chore: add GitHub Copilot configuration#46
Merged
anilcancakir merged 3 commits intov1from Mar 31, 2026
Merged
Conversation
Generate copilot-instructions.md, path-scoped .instructions.md files, release prompt, agent definitions, and sync script from existing CLAUDE.md, .claude/rules/, .claude/commands/, and skills/.
There was a problem hiding this comment.
Pull request overview
Adds GitHub Copilot configuration to the repo by translating existing Claude Code rules/prompts into Copilot instruction files, prompts, and agents, plus a sync script to regenerate them.
Changes:
- Added repo-level Copilot instructions plus multiple path-scoped
.instructions.mdfiles for widgets/parsers/tests/docs/examples. - Added a release prompt and three Copilot agent definitions tailored to Wind UI workflows.
- Added a sync script to convert
.claude/rules/*.mdinto.github/instructions/*.instructions.md.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/scripts/sync-cc-to-copilot.sh |
Generates Copilot .instructions.md files from .claude/rules frontmatter + body. |
.github/prompts/release.prompt.md |
Adds a structured release workflow prompt (validation → bump → publish). |
.github/instructions/widgets.instructions.md |
Path-scoped widget conventions for lib/src/widgets/**/*.dart. |
.github/instructions/tests.instructions.md |
Path-scoped testing conventions for test/**/*.dart. |
.github/instructions/parsers.instructions.md |
Path-scoped parser conventions for lib/src/parser/**/*.dart. |
.github/instructions/example-pages.instructions.md |
Path-scoped example page conventions for example/lib/pages/**/*.dart. |
.github/instructions/docs.instructions.md |
Path-scoped documentation conventions for doc/**/*.md. |
.github/copilot-instructions.md |
Repo-wide Copilot guidance: architecture summary, conventions, gotchas, checklist. |
.github/agents/wind-ui.agent.md |
Agent definition focused on Wind UI patterns and widget usage. |
.github/agents/wind-example-builder.agent.md |
Agent definition for creating/updating example pages and routes. |
.github/agents/wind-doc-writer.agent.md |
Agent definition for writing docs based on actual implementation details. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/copilot-instructions.md, 5 path-scoped.instructions.mdfiles, release prompt, 3 agent definitions.github/scripts/sync-cc-to-copilot.shfor future rule updatesTest plan
.github/copilot-instructions.mdunder 4,000 charsapplyTo:globs match intended file paths